home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- vorigMember = the member of sprite the clickOn
- set the member of sprite the clickOn to member("index dn")
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- set the member of sprite the clickOn to vorigMember
- updateStage()
- openIndexWindow()
- end
-
- on mouseEnter
- set the member of sprite 23 to member("index prompt")
- updateStage()
- end
-
- on mouseLeave
- set the member of sprite 23 to member("blank prompt")
- updateStage()
- end
-